home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Multimedia Viewer How-To CD
/
Microsoft Multimedia Viewer How-To CD.iso
/
mvsample
/
progsamp
/
eplist
/
graphics.h
< prev
next >
Wrap
Text File
|
1993-03-21
|
399b
|
11 lines
// GRAPHICS.H -- Misc. graphics routines
#define RGBBlack RGB(0, 0, 0)
#define RGBWhite RGB(255, 255, 255)
#define RGBLtGray RGB(192,192,192)
#define RGBDkGray RGB(84,84,84)
HFONT MakeFont(HDC hdc, LPSTR lpszFace, WORD wSize);
int RectBorder(HDC hDC, LPRECT lprc, int nWidth);
void DrawList(HDC hdc, int x, int y, LPRECT lprc, LPSTR FAR *lplist, int nTop, int nCur, int nMax);